discoverTypes.T

Undocumented in source.
template discoverTypes(Ts...)
static if(!(Ts.length == 0))
static if(Ts.length == 1)
alias T = Ts[0]

Meta